func crypto/x509.systemRootsPool
5 uses
crypto/x509 (current package)
cert_pool.go#L118: if sysRoots := systemRootsPool(); sysRoots != nil {
root.go#L30: func systemRootsPool() *CertPool {
root.go#L68: _ = systemRootsPool()
verify.go#L800: systemPool := systemRootsPool()
verify.go#L816: opts.Roots = systemRootsPool()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)